Skip to content
Back to search
30
MCP

Browser Agent Protocol

pulsemcp/browser agent protocol

Provides standardized browser automation through semantic selectors and accessibility-focused element identification, enabling reliable web interactions using ARIA roles and accessible names instead of brittle CSS selectors.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "browser_agent_protocol": {
      "url": "None",
      "transport": "http"
    }
  }
}